home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 123 / cdrom123.iso / essenc / extens / wweb / Web Developer.xpi / chrome / webdeveloper.jar / content / webdeveloper / stylesheets / outline_tables.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-11-21  |  454 b   |  31 lines

  1. table
  2. {
  3.     border: 1px dotted #ff0000 !important;
  4.     border-spacing: 1px !important;
  5. }
  6.  
  7. table table
  8. {
  9.     border-color: #0000ff !important;
  10. }
  11.  
  12. table table table
  13. {
  14.     border-color: #00ff00 !important;
  15. }
  16.  
  17. table table table table
  18. {
  19.     border-color: #ff0000 !important;
  20. }
  21.  
  22. table table table table table
  23. {
  24.     border-color: #0000ff !important;
  25. }
  26.  
  27. table table table table table table
  28. {
  29.     border-color: #00ff00 !important;
  30. }
  31.